.coockies_pop-up { position: fixed; display: none; bottom: 0; margin: 20px; z-index: 99999999999; right: 0; width: 35%; background-color: white; -webkit-box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.2); padding: 10px 15px; border-radius: 5px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
@media screen and (max-width: 1200px) { .coockies_pop-up { width: 50%; } }
@media screen and (max-width: 800px) { .coockies_pop-up { width: calc(100% - 40px); } }
@media screen and (max-width: 500px) { .coockies_pop-up { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } }
.coockies_pop-up p { font-size: 12px; font-weight: 400; margin: 0 20px 0 0 !important; }
@media screen and (max-width: 500px) { .coockies_pop-up p { margin: 0 0 20px 0 !important; } }
.coockies_pop-up .closeButtonCookiesAttention { font-weight: bold; padding: 10px 25px; color: #333333; font-size: 14px; background-color: #ffe183; border-radius: 5px; cursor: pointer; }
